-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat: use copilot and cursor instructions as a extra_instructions #1424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: use copilot and cursor instructions as a extra_instructions #1424
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
This PR won't be merged. It's overfitted to a specific external program, and the mechanism is wrong (loading configurations in the wrong place for a specific tool with hard-coded relative paths). Use the existing configuration files to give extra instructions |
@mrT23 |
@dotneet, I appreciate the initiative and the PR, but it's a strong no. I don't think that 'extra instructions' (IDE extension) to cursor are the same as 'extra instructions' the Qodo Merge (Git reviewer) The extra instructions in general should be tailored to Qodo Merge behaviour and needs: |
@mrT23 |
PR Type
Enhancement
Description
.github/copilot-instructions.md
for GitHub Copilot.cursorrules
for Cursor editorChanges walkthrough 📝
pr_code_suggestions.py
Add support for loading editor-specific instruction files
pr_agent/tools/pr_code_suggestions.py
_load_extra_instructions()
to load instructions fromeither copilot or cursor configuration files
accessing settings